home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / oop_tp55.zip / READ.ME < prev    next >
Text File  |  1980-01-07  |  2KB  |  80 lines

  1. READ.ME
  2.  
  3. The files on this disk are the source code listings for the
  4. programs in the book.  The listings are stored in
  5. subdirectories that correspond to the ten chapters in the
  6. book.
  7.  
  8.  Directory of \CHAP1.LST
  9.  
  10. LIST1_1.PAS  Example of Turbo Pascal record
  11. LIST1_2.PAS  Example of Turbo Pascal object
  12. LIST1_3.PAS  Temperature program
  13. LIST1_4.PAS  Imitating objects
  14.  
  15.  Directory of \CHAP2.LST
  16.  
  17. LIST2_1.PAS  Sending messages to people
  18. LIST2_2.PAS  Sending messages to different types of people
  19. LIST2_3.PAS  Pump control example
  20.  
  21.  Directory of \CHAP3.LST
  22.  
  23. LIST3_1.PAS  Tags unit
  24. LIST3_2.PAS  Control system using Tags unit
  25. LIST3_3.PAS  NewTags unit (with NewPump)
  26. LIST3_4.PAS  Control system using NewTags
  27.  
  28.  Directory of \CHAP4.LST
  29.  
  30. LIST4_1.PAS  Plotdata unit
  31. LIST4_2.PAS  Performance curve of NewPump using Plotdata
  32. LIST4_3.PAS  Three plots for control system simulation
  33.  
  34.  Directory of \CHAP5.LST
  35.  
  36. LIST5_1.PAS  Elf
  37. LIST5_2.PAS  Elf and VirtualElf (without virtual methods)
  38. LIST5_2A.PAS Listing 5-2 with virtual methods
  39. LIST5_3.PAS  Sections of Tags unit to change
  40. LIST5_4.PAS  Changes made to Tags unit
  41. LIST5_5.PAS  Program to test changes made to Tags unit
  42. LIST5_6.PAS  French verbs
  43. LIST5_7.PAS  French verbs using FrenchVb unit
  44. FRENCHVB.PAS LIST5_6.PAS as a unit.
  45.  
  46.  Directory of \CHAP6.LST
  47.  
  48. LISTOBJ.PAS  List object unit (listing 6-1)
  49. LIST6_2.PAS  Program to test ListObj unit
  50. LIST6_3.PAS  Program used with debugger
  51.  
  52.  Directory of \CHAP7.LST
  53.  
  54. MTEST5OB.PAS  Program creates MTEST5.OBJ without assembler
  55. MOUSE.PAS     Mouse handling code
  56. LIST7_2.PAS   Program that exercises window unit
  57. MTEST5.ASM    Mouse interrupt subroutine source code
  58. MTEST5.OBJ    Mouse interrupt subroutine object code
  59. MYWINDOW.PAS  Window unit
  60.  
  61.  Directory of \CHAP8.LST
  62.  
  63. TRIANGLE.PAS
  64. TRIGL.PAS
  65.  
  66.  Directory of \CHAP9.LST
  67.  
  68. BUDGET.PAS    Example program for object-oriented database
  69.  
  70.  Directory of \CHAP10.LST
  71.  
  72. PROROBOT.PAS  Code for Point and Segment object types
  73. LIST10_2.PAS  Prototype code for RobotArm
  74. LIST10_3.PAS  Program demonstrating one-segment robot
  75. ROBOTSEG.PAS  Upgraded version of ProRobot
  76. ROBOT_A.PAS   RobotArm object type
  77. ROBOT_B.PAS   RobotArm2 object type
  78. LIST10_7.PAS  Program demonstrating two-segment robotREAD.ME
  79.  
  80.